Skip to content

build(deps): bump the dependencies group across 1 directory with 13 updates - #234

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/dependencies-661a0220e8
Open

build(deps): bump the dependencies group across 1 directory with 13 updates#234
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/dependencies-661a0220e8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 10 updates in the / directory:

Package From To
github.com/ethereum/go-ethereum 1.17.4 1.17.5
github.com/ethpandaops/go-eth2-client 0.1.6 0.1.7
github.com/ethpandaops/service-authenticatoor 0.0.2 0.0.3
github.com/ethpandaops/spamoor 1.2.2 1.2.3
github.com/glebarez/go-sqlite 1.22.0 1.23.0
github.com/mashingan/smapping 0.1.19 0.1.20
github.com/pressly/goose/v3 3.27.2 3.28.0
github.com/prometheus/client_golang 1.23.2 1.24.1
github.com/prometheus/client_model 0.6.2 0.6.3
github.com/sirupsen/logrus 1.9.4 1.10.2

Updates github.com/ethereum/go-ethereum from 1.17.4 to 1.17.5

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Grav-Torque Pad (v1.17.5)

This is a maintenance release with accumulated bug fixes and improvements, and is recommended for all users. It continues the implementation work for the upcoming Amsterdam hardfork.

A few things worth highlighting:

  • The default GOGC has changed from 20 to 50, trading a higher memory peak for less GC overhead. Set --gogc=20 to keep the old behavior.
  • Pebble v2 is now supported as a key-value store backend. Pebble v2 is used when Geth is bootstrapped from scratch, and falls back to Pebble v1 for a pre-existing database. Run geth db pebble-upgrade to explicitly upgrade a legacy Pebble v1 database to v2.

Fork Implementation

  • Several Amsterdam EIPs have been implemented or updated:
  • Improve Amsterdam fork test coverage (#35364)
  • Introduce the --override.amsterdam flag (#35213)
  • Remove named hardforks from the BPO schedule (#35029)
  • Introduce the Bogota fork in the chain configuration (#34057)

Core

  • Introduce a sparse blobpool to reduce blob transaction pool memory usage (#34047)
  • Migrate legacy blobpool limbo entries to the new cell-based sidecar format on startup (#35209)
  • Drop support for v0 blob sidecars in blobpool (#35191)
  • Inline gas deduction to fix a performance regression (#35203)
  • Fix eth/71 block-access-list empty marker decoding which wrongly disconnected peers (#35286)
  • Disable snap sync mode once the pivot block is committed (#35402, #35405)
  • Speed up debug_setHead and reject unrecoverable targets (#35252)
  • Fix snap sync failing to backfill blocks with missing canonical-hash mappings (#35190)
  • Reuse the chain's JUMPDEST cache in payload building (#35378)
  • Support Pebble v2 as the database backend (#34009)
  • Support .ere files in the era store (#34978)
  • Introduce the trie.UpdateBatch API (#32448)
  • Fix freezer truncation error on newly-added empty tables after unclean shutdown (#35258)
  • Improve state recoverability reporting by considering sync status (#35400)
  • Fix account prefetching for absent accounts (#35256)
  • Various snap v2 fixes (#35321, #35323)
  • Optimize block validation (#35403)
  • Various allocation improvements (#35234, #35237, #35232)
  • Continue binary trie development (#34772)
  • Fix tx size calculation (#35406)

Networking

... (truncated)

Commits

Updates github.com/ethpandaops/go-eth2-client from 0.1.6 to 0.1.7

Release notes

Sourced from github.com/ethpandaops/go-eth2-client's releases.

v0.1.7

consensus-specs v1.7.0-alpha.14

What's Changed

New Contributors

Full Changelog: ethpandaops/go-eth2-client@v0.1.6...v0.1.7

Commits
  • 15ed59a Merge pull request #41 from ethpandaops/feat/head-v2-sse
  • 690bfec fix merge conflict
  • 28fe488 Merge branch 'master' into feat/head-v2-sse
  • 5c907ec Merge pull request #52 from ethpandaops/pk910/heze-alpha.14
  • 38c12e3 Merge pull request #53 from ethpandaops/bbusa/heze-il-event-dependent-root
  • 36d49bf Rename inclusion_list_committee_root to dependent_root in the inclusion list ...
  • 849ac87 chore(spec): drop conversions of values already uint64
  • 8573c7e test: take the spec vectors from the consensus-specs releases
  • 2d0c751 fix(spec): render YAML the way the spec vectors write it
  • 32c453f feat(heze): add the Heze containers (EIP-7805)
  • Additional commits viewable in compare view

Updates github.com/ethpandaops/service-authenticatoor from 0.0.2 to 0.0.3

Release notes

Sourced from github.com/ethpandaops/service-authenticatoor's releases.

v0.0.3

Major Changes

null

Full changelog

  • 4ad46cf Merge pull request #7 from ethpandaops/pk910/shared-session-handling
  • c36be63 Merge pull request #6 from ethpandaops/dependabot/github_actions/actions-293ee07e61

Release Artifacts

See the README for setup and configuration instructions.

Release File Description
authenticatoor_0.0.3_windows_amd64.zip authenticatoor executables for windows/amd64
authenticatoor_0.0.3_linux_amd64.tar.gz authenticatoor executables for linux/amd64
authenticatoor_0.0.3_linux_arm64.tar.gz authenticatoor executables for linux/arm64
authenticatoor_0.0.3_darwin_amd64.tar.gz authenticatoor executable for macos/amd64
authenticatoor_0.0.3_darwin_arm64.tar.gz authenticatoor executable for macos/arm64
Commits
  • 4ad46cf Merge pull request #7 from ethpandaops/pk910/shared-session-handling
  • 002ffd6 linter fixes
  • 5381671 minify & inline scripts
  • c551012 linter fixes
  • c36be63 Merge pull request #6 from ethpandaops/dependabot/github_actions/actions-293e...
  • 9e9fc88 implement shared session handler (client v2)
  • 16900c5 Bump the actions group with 4 updates
  • See full diff in compare view

Updates github.com/ethpandaops/spamoor from 1.2.2 to 1.2.3

Release notes

Sourced from github.com/ethpandaops/spamoor's releases.

v1.2.3

Major Changes

  • Added Authenticatoor as identity provider with hardened token verification
  • Implemented new scenarios: ens-names, seaport-trades, and aave-lending
  • Reworked default spammer organization and excluded them from audit logs
  • Added auto-restart functionality for failed spammer members
  • Updated dependencies including github.com/pressly/goose/v3

Full changelog

  • 3cf5de7 Merge pull request #224 from ethpandaops/pk910/authenticatoor-auth-provider
  • e59d59a Merge branch 'master' into pk910/authenticatoor-auth-provider
  • f1a9ef2 fix merge issue
  • bcb326f Merge pull request #253 from ethpandaops/pk910/seaport
  • 6fbaa31 Merge branch 'master' into pk910/authenticatoor-auth-provider
  • 5c1005e add new scenarios to default spammers
  • 7daf802 Merge branch 'master' into pk910/seaport
  • 283083e Merge pull request #255 from ethpandaops/pk910/auto-restart-failed-members
  • 5189671 Merge branch 'master' into pk910/auto-restart-failed-members
  • a54ddd5 Merge pull request #254 from ethpandaops/pk910/rework-default-spammers
  • ff93fff Merge branch 'master' into pk910/rework-default-spammers
  • a170f89 Merge pull request #256 from ethpandaops/dependabot/go_modules/dependencies-95fdd4fba6
  • f838847 build(deps): bump github.com/pressly/goose/v3 in the dependencies group
  • 1cc5bc4 fixes for ens-names scenario
  • 16c5ab6 make generate-symbols
  • 5417ddf add ens-names scenario
  • 91d2d4e add spammer auto restart & search to new spammer modal
  • fb7dc13 exclude default spammers from audit log
  • 9390fea rework default spammer organization
  • 9432e70 Merge branch 'master' into pk910/seaport
  • 068cef2 Merge remote-tracking branch 'origin/master' into pk910/seaport
  • fe511bb fix seaport-trades
  • aed01f9 implement aave-lending scenario
  • fb29937 remove contract artifacts from repo
  • ee21c3f implement seaport-trades scenario
  • b1cae7e Merge remote-tracking branch 'origin/master' into pk910/authenticatoor-auth-provider
  • e29bb8f bump authenticatoor and harden token verification
  • 0f950be cleanup authentication code
  • c0ed929 use authenticatoor as identity provider

Release Artifacts

Please read through the wiki for setup & configuration instructions.

Release File Description
spamoor_1.2.3_windows_amd64.zip spamoor executables for windows/amd64
spamoor_1.2.3_linux_amd64.tar.gz spamoor executables for linux/amd64
spamoor_1.2.3_linux_arm64.tar.gz spamoor executables for linux/arm64

... (truncated)

Commits
  • 3cf5de7 Merge pull request #224 from ethpandaops/pk910/authenticatoor-auth-provider
  • e59d59a Merge branch 'master' into pk910/authenticatoor-auth-provider
  • f1a9ef2 fix merge issue
  • bcb326f Merge pull request #253 from ethpandaops/pk910/seaport
  • 6fbaa31 Merge branch 'master' into pk910/authenticatoor-auth-provider
  • 5c1005e add new scenarios to default spammers
  • 7daf802 Merge branch 'master' into pk910/seaport
  • 283083e Merge pull request #255 from ethpandaops/pk910/auto-restart-failed-members
  • 5189671 Merge branch 'master' into pk910/auto-restart-failed-members
  • a54ddd5 Merge pull request #254 from ethpandaops/pk910/rework-default-spammers
  • Additional commits viewable in compare view

Updates github.com/glebarez/go-sqlite from 1.22.0 to 1.23.0

Commits
  • 1825f18 Bump modernc.org/sqlite to 1.55.0 (SQLite 3.53.3) (#188)
  • ca37fea Document fork
  • e6de9fc build(deps): bump modernc.org/sqlite from 1.28.0 to 1.31.0 and upgrade go ver...
  • See full diff in compare view

Updates github.com/mashingan/smapping from 0.1.19 to 0.1.20

Commits

Updates github.com/pressly/goose/v3 from 3.27.2 to 3.28.0

Release notes

Sourced from github.com/pressly/goose/v3's releases.

v3.28.0

Added

  • CLI: azuresql driver for Azure SQL with Microsoft Entra ID (Azure AD) authentication via fedauth connection string parameters, e.g. goose azuresql "sqlserver://host?database=mydb&fedauth=ActiveDirectoryDefault" status. Excluded when building with the no_mssql or no_azuresql tags (#1109)
  • MySQL/MariaDB table-based Locker via lock.NewMySQLTableLocker, the MySQL counterpart to the Postgres table locker from #993, accepting the same TableLockerOption set (#1075)

Changed

  • Minimum Go version is now 1.26
  • ClickHouse: new goose_db_version tables are created with ORDER BY (version_id) instead of ORDER BY (date). Existing tables are unchanged (#1085)
  • MySQL/TiDB: the tstamp column is now DATETIME instead of TIMESTAMP, which is capped at 2038-01-19 (#1053). Only newly created tables are affected; existing tables can be updated with:
    ALTER TABLE goose_db_version MODIFY tstamp datetime NULL DEFAULT CURRENT_TIMESTAMP;
  • Various dependency upgrades

Fixed

  • goose create returns a clear "file exists" error, including the path, instead of %!w(<nil>) when the migration file already exists (#1104)

v3.27.3

Changed

  • Various dependency upgrades
Changelog

Sourced from github.com/pressly/goose/v3's changelog.

[v3.28.0] - 2026-09-02

Added

  • CLI: azuresql driver for Azure SQL with Microsoft Entra ID (Azure AD) authentication via fedauth connection string parameters, e.g. goose azuresql "sqlserver://host?database=mydb&fedauth=ActiveDirectoryDefault" status. Excluded when building with the no_mssql or no_azuresql tags (#1109)
  • MySQL/MariaDB table-based Locker via lock.NewMySQLTableLocker, the MySQL counterpart to the Postgres table locker from #993, accepting the same TableLockerOption set (#1075)

Changed

  • Minimum Go version is now 1.26

  • ClickHouse: new goose_db_version tables are created with ORDER BY (version_id) instead of ORDER BY (date). Existing tables are unchanged (#1085)

  • MySQL/TiDB: the tstamp column is now DATETIME instead of TIMESTAMP, which is capped at 2038-01-19 (#1053). Only newly created tables are affected; existing tables can be updated with:

    ALTER TABLE goose_db_version MODIFY tstamp datetime NULL DEFAULT CURRENT_TIMESTAMP;
  • Various dependency upgrades

Fixed

  • goose create returns a clear "file exists" error, including the path, instead of %!w(<nil>) when the migration file already exists (#1104)

[v3.27.3] - 2026-07-22

Changed

  • Various dependency upgrades
Commits
  • 43d2d9c release: v3.28.0
  • c65c559 docs: update changelog
  • 674e150 fix: use DATETIME instead of TIMESTAMP for MySQL/TiDB tstamp column (Y2K38) (...
  • f604e88 fix: include path in duplicate migration file error and use 0666 mode
  • 5f12f79 fix: return clear error when migration file already exists (#1104)
  • 4766566 fix: use version_id instead of date as ordering key (#1085)
  • 751ff94 docs: add Go 1.26.0 bump and dependency upgrades to changelog
  • 34124ac fix: wait for an alive StarRocks backend in tests (#1114)
  • f5caf10 chore: bump dependencies and go to 1.26.0 (#1113)
  • 2e8e87a Add azuresql driver with EntraID auth (#1109)
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.23.2 to 1.24.1

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.24.1 / 2026-07-23

Small bugfix release for promhttp.

What's Changed

[BUGFIX] promhttp: Fix panic on requests with nil URL. #2065

Full Changelog: prometheus/client_golang@v1.24.0...v1.24.1

v1.24.0 - 2026-07-20

Changes

  • [CHANGE] Minimum required Go version is now 1.25, only the two latest Go versions (1.25 and 1.26) are supported from now on. #1862
  • [CHANGE] prometheus: Name validation now always uses the UTF-8 scheme instead of the deprecated model.NameValidationScheme global. Default behavior is unchanged; code that set NameValidationScheme = LegacyValidation no longer gets legacy enforcement at metric, label, and push-grouping construction. #2051
  • [CHANGE] api/prometheus/v1: Support matchers (matches[] parameter) in Rules method (Rules(ctx context.Context, matches []string) (RulesResult, error)). #1843
  • [CHANGE] api/prometheus/v1: Refactor LabelNames method to return model.LabelNames instead of []string for consistency across the API. #1850
  • [CHANGE] exp/api/remote: Simplify Store interface, rename Handler to WriteHandler, and encapsulate write response handling. #1855
  • [FEATURE] prometheus: Add new Go 1.26 runtime metrics (/sched/goroutines-created:goroutines, /sched/goroutines/not-in-go:goroutines, /sched/goroutines/runnable:goroutines, /sched/goroutines/running:goroutines, /sched/goroutines/waiting:goroutines, /sched/threads/total:threads). #1942
  • [FEATURE] prometheus: Add WithUnit(unit string) option and explicit OpenMetrics unit support in CounterOpts, GaugeOpts, SummaryOpts, and HistogramOpts. #1392
  • [FEATURE] prometheus: Expose descriptor construction error through public Err() method on Desc. #1902
  • [FEATURE] promhttp: Add opt-in HandlerOpts.CoalesceGather to deduplicate concurrent Gather calls so overlapping scrapes share one collection cycle, preventing goroutine pile-up when the scrape rate outpaces collection time. #1969
  • [FEATURE] promhttp: HTTP handlers created by promhttp package now support metrics filtering by providing one or more name[] query parameters. The default behavior when none are provided remains the same, returning all metrics. #1925
  • [FEATURE] api/prometheus/v1: Add query formatting endpoint support (/format_query) and FormatQuery(ctx context.Context, query string) (string, error) method. #1846, #1856
  • [FEATURE] api/prometheus/v1: Add support for /status/tsdb/blocks endpoint via TSDBBlocks(ctx context.Context) ([]TSDBBlock, error) method. #1896
  • [FEATURE] exp/api/remote: Export BackoffConfig to allow customization when using WithAPIBackoff. #1895
  • [FEATURE] exp/api/remote: Add RetryCallBack to allow custom logging or handling on retry attempts in the remote write client. #1888, #1890
  • [ENHANCEMENT] prometheus/collectors/version: Allow specifying custom labels when registering the version collector. #1860
  • [ENHANCEMENT] api: Use cloned http.DefaultTransport when constructing default HTTP clients to prevent accidental mutations of shared global transport state. #1885
  • [BUGFIX] prometheus: Recover from collector panics during Gather() and return an error instead of crashing the process. #1961
  • [BUGFIX] prometheus: Fix cpu-seconds unit suffix handling for metric go_cpu_classes_gc_mark_assist_cpu_seconds. #1991
  • [BUGFIX] promhttp: InstrumentHandlerDuration and InstrumentHandlerCounter no longer panic when given an observer/counter that does not implement ExemplarObserver/ExemplarAdder (e.g. a SummaryVec). The exemplar is dropped and the value is recorded via the plain Observe/Add path, matching the safe-cast already used by Timer.ObserveDurationWithExemplar. #2005
  • [BUGFIX] api/prometheus/v1: Fall back to GET requests when POST requests return 403 Forbidden or method not allowed. #2030
  • [BUGFIX] api: Respect context cancellation inside httpClient.Do. #1971
  • [BUGFIX] exp/api/remote: Fix compression buffer pooling where compressed buffers were released prematurely, causing corrupted remote-write payloads. #1889
  • [BUGFIX] exp/api/remote: Reject malformed snappy payloads declaring huge decoded sizes. Enforce a 32MB decoded-size limit to prevent OOM from oversized remote-write requests. #1917
  • [BUGFIX] exp/api/remote: Ensure remote write v2 headers cannot be returned on v1 requests. #1927

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.24.1 / 2026-07-23

  • [BUGFIX] promhttp: Fix panic on requests with nil URL. #2065

1.24.0 / 2026-07-20

  • [CHANGE] Minimum required Go version is now 1.25, only the two latest Go versions (1.25 and 1.26) are supported from now on. #1862
  • [CHANGE] prometheus: Name validation now always uses the UTF-8 scheme instead of the deprecated model.NameValidationScheme global. Default behavior is unchanged; code that set NameValidationScheme = LegacyValidation no longer gets legacy enforcement at metric, label, and push-grouping construction. #2051
  • [CHANGE] api/prometheus/v1: Support matchers (matches[] parameter) in Rules method (Rules(ctx context.Context, matches []string) (RulesResult, error)). #1843
  • [CHANGE] api/prometheus/v1: Refactor LabelNames method to return model.LabelNames instead of []string for consistency across the API. #1850
  • [CHANGE] exp/api/remote: Simplify Store interface, rename Handler to WriteHandler, and encapsulate write response handling. #1855
  • [FEATURE] prometheus: Add new Go 1.26 runtime metrics (/sched/goroutines-created:goroutines, /sched/goroutines/not-in-go:goroutines, /sched/goroutines/runnable:goroutines, /sched/goroutines/running:goroutines, /sched/goroutines/waiting:goroutines, /sched/threads/total:threads). #1942
  • [FEATURE] prometheus: Add WithUnit(unit string) option and explicit OpenMetrics unit support in CounterOpts, GaugeOpts, SummaryOpts, and HistogramOpts. #1392
  • [FEATURE] prometheus: Expose descriptor construction error through public Err() method on Desc. #1902
  • [FEATURE] promhttp: Add opt-in HandlerOpts.CoalesceGather to deduplicate concurrent Gather calls so overlapping scrapes share one collection cycle, preventing goroutine pile-up when the scrape rate outpaces collection time. #1969
  • [FEATURE] promhttp: HTTP handlers created by promhttp package now support metrics filtering by providing one or more name[] query parameters. The default behavior when none are provided remains the same, returning all metrics. #1925
  • [FEATURE] api/prometheus/v1: Add query formatting endpoint support (/format_query) and FormatQuery(ctx context.Context, query string) (string, error) method. #1846, #1856
  • [FEATURE] api/prometheus/v1: Add support for /status/tsdb/blocks endpoint via TSDBBlocks(ctx context.Context) ([]TSDBBlock, error) method. #1896
  • [FEATURE] exp/api/remote: Export BackoffConfig to allow customization when using WithAPIBackoff. #1895
  • [FEATURE] exp/api/remote: Add RetryCallBack to allow custom logging or handling on retry attempts in the remote write client. #1888, #1890
  • [ENHANCEMENT] prometheus/collectors/version: Allow specifying custom labels when registering the version collector. #1860
  • [ENHANCEMENT] api: Use cloned http.DefaultTransport when constructing default HTTP clients to prevent accidental mutations of shared global transport state. #1885
  • [BUGFIX] prometheus: Recover from collector panics during Gather() and return an error instead of crashing the process. #1961
  • [BUGFIX] prometheus: Fix cpu-seconds unit suffix handling for metric go_cpu_classes_gc_mark_assist_cpu_seconds. #1991
  • [BUGFIX] promhttp: InstrumentHandlerDuration and InstrumentHandlerCounter no longer panic when given an observer/counter that does not implement ExemplarObserver/ExemplarAdder (e.g. a SummaryVec). The exemplar is dropped and the value is recorded via the plain Observe/Add path, matching the safe-cast already used by Timer.ObserveDurationWithExemplar. #2005
  • [BUGFIX] api/prometheus/v1: Fall back to GET requests when POST requests return 403 Forbidden or method not allowed. #2030
  • [BUGFIX] api: Respect context cancellation inside httpClient.Do. #1971
  • [BUGFIX] exp/api/remote: Fix compression buffer pooling where compressed buffers were released prematurely, causing corrupted remote-write payloads. #1889
  • [BUGFIX] exp/api/remote: Reject malformed snappy payloads declaring huge decoded sizes. Enforce a 32MB decoded-size limit to prevent OOM from oversized remote-write requests. #1917
  • [BUGFIX] exp/api/remote: Ensure remote write v2 headers cannot be returned on v1 requests. #1927
Commits
  • d6087ee release: cut v1.24.1 (#2076)
  • 48dd383 Cut v1.24.0 (#2061)
  • a725305 Cut v1.24.0-rc.0 (#2058)
  • 77c584f build(deps): update all Go dependencies in all go.mod files (#2059)
  • 78262a7 feat(promhttp): add CoalesceGather option to deduplicate concurrent Gather ca...
  • 34e9a7f Merge pull request #2055 from prombot/repo_sync
  • 43749bc Update common Prometheus files
  • de19217 examples: improve simple main.go example (#1999)
  • 20355eb fix: correct typos in comments and test error messages (#2049)
  • 4cd2d3a test: fix two flaky tests (darwin start_time regex, memstats HeapReleased dri...
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_model from 0.6.2 to 0.6.3

Release notes

Sourced from github.com/prometheus/client_model's releases.

v0.6.3

What's Changed

New Contributors

Full Changelog: prometheus/client_model@v0.6.2...v0.6.3

What's Changed

…pdates

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.17.4` | `1.17.5` |
| [github.com/ethpandaops/go-eth2-client](https://github.com/ethpandaops/go-eth2-client) | `0.1.6` | `0.1.7` |
| [github.com/ethpandaops/service-authenticatoor](https://github.com/ethpandaops/service-authenticatoor) | `0.0.2` | `0.0.3` |
| [github.com/ethpandaops/spamoor](https://github.com/ethpandaops/spamoor) | `1.2.2` | `1.2.3` |
| [github.com/glebarez/go-sqlite](https://github.com/glebarez/go-sqlite) | `1.22.0` | `1.23.0` |
| [github.com/mashingan/smapping](https://github.com/mashingan/smapping) | `0.1.19` | `0.1.20` |
| [github.com/pressly/goose/v3](https://github.com/pressly/goose) | `3.27.2` | `3.28.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.2` | `1.24.1` |
| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.6.2` | `0.6.3` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.4` | `1.10.2` |



Updates `github.com/ethereum/go-ethereum` from 1.17.4 to 1.17.5
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.17.4...v1.17.5)

Updates `github.com/ethpandaops/go-eth2-client` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/ethpandaops/go-eth2-client/releases)
- [Changelog](https://github.com/ethpandaops/go-eth2-client/blob/master/CHANGELOG.md)
- [Commits](ethpandaops/go-eth2-client@v0.1.6...v0.1.7)

Updates `github.com/ethpandaops/service-authenticatoor` from 0.0.2 to 0.0.3
- [Release notes](https://github.com/ethpandaops/service-authenticatoor/releases)
- [Commits](ethpandaops/service-authenticatoor@v0.0.2...v0.0.3)

Updates `github.com/ethpandaops/spamoor` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/ethpandaops/spamoor/releases)
- [Commits](ethpandaops/spamoor@v1.2.2...v1.2.3)

Updates `github.com/glebarez/go-sqlite` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/glebarez/go-sqlite/releases)
- [Commits](glebarez/go-sqlite@v1.22.0...v1.23.0)

Updates `github.com/mashingan/smapping` from 0.1.19 to 0.1.20
- [Commits](mashingan/smapping@v0.1.19...v0.1.20)

Updates `github.com/pressly/goose/v3` from 3.27.2 to 3.28.0
- [Release notes](https://github.com/pressly/goose/releases)
- [Changelog](https://github.com/pressly/goose/blob/main/CHANGELOG.md)
- [Commits](pressly/goose@v3.27.2...v3.28.0)

Updates `github.com/prometheus/client_golang` from 1.23.2 to 1.24.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.23.2...v1.24.1)

Updates `github.com/prometheus/client_model` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](prometheus/client_model@v0.6.2...v0.6.3)

Updates `github.com/prometheus/common` from 0.69.0 to 0.70.1
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.69.0...v0.70.1)

Updates `github.com/sirupsen/logrus` from 1.9.4 to 1.10.2
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.4...v1.10.2)

Updates `golang.org/x/text` from 0.39.0 to 0.41.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.39.0...v0.41.0)

Updates `google.golang.org/protobuf` from 1.36.11 to 1.36.12

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/ethpandaops/go-eth2-client
  dependency-version: 0.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/ethpandaops/service-authenticatoor
  dependency-version: 0.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/ethpandaops/spamoor
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/glebarez/go-sqlite
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/mashingan/smapping
  dependency-version: 0.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/pressly/goose/v3
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/prometheus/client_model
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/prometheus/common
  dependency-version: 0.70.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 7, 2026

@redpandabot redpandabot Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

Dependency group bump: 10 listed direct deps (geth 1.17.4→1.17.5, go-eth2-client 0.1.6→0.1.7, service-authenticatoor 0.0.2→0.0.3, spamoor 1.2.2→1.2.3, sqlite, smapping, goose, prometheus ×2, logrus) plus transitive churn and a go.mod go directive raise to 1.26.0. I cross-checked assertoor's usage against the bump-target sources and OSV-scanned every new version: the self-published ethpandaops deps are API-compatible and all direct deps are OSV-clean, but the transitive x/crypto v0.55.0 still has two known ssh DoS CVEs only fixed in v0.56.0, and the raise to go 1.26.0 is inconsistent with the repo's pinned Go 1.25 toolchains.

Issues

  • 🔴 go.mod:114x/crypto v0.55.0 lands with known unpatched CVEs — see the thread on that line
  • 🟡 go.mod:3go 1.26.0 directive vs pinned Go 1.25 toolchains — see the thread on that line

Reviewed @ 722f08f1
Red pandas are the original panda — described in 1825, almost half a century before the giant panda.

Comment thread go.mod
golang.org/x/net v0.56.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/crypto v0.55.0 // indirect

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 x/crypto v0.55.0 lands with known unpatched CVEs

OSV reports GO-2026-6354 (CVE-2026-78662) and GO-2026-6355 (CVE-2026-56855) — ssh channel DoS, both fixed only in x/crypto v0.56.0 — plus GO-2026-5932 (openpgp advisory) for the new version v0.55.0 this PR selects. v0.56.0 was published 2026-09-02, so the group bump should target it rather than 0.55.0 and leave the module on a known-vulnerable x/crypto.

Comment thread go.mod
module github.com/ethpandaops/assertoor

go 1.25.7
go 1.26.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 go 1.26.0 directive vs pinned Go 1.25 toolchains

pressly/goose v3.28.0 declares go 1.26.0, forcing assertoor's go.mod directive up to 1.26.0, but every build path still pins Go 1.25: FROM golang:1.25 in Dockerfile/Dockerfile-local and go-version: 1.25.x in _shared-check.yaml (and 3x in _shared-build.yaml). The module can no longer be built by the pinned toolchains — it silently auto-downloads Go 1.26.0 at build time (failing outright offline or under GOTOOLCHAIN=local), so the Docker/CI pins should be raised to 1.26.x to match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants